






/************************************
SECTION
************************************/

#wrapper {
    margin: 0 auto;
}

.section {
    background-color: #ffffff;
    padding: 10rem 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.section.bt {
    border-top: 1px solid #eee;
}

.transheader {
    padding-top: 220px;
    min-height: 500px;
}

.homepage.transheader {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 500px;
}

.ptop180 {
    padding-top: 180px;
}

.transheader img {
    width: 140px;
    display: block;
    margin: 0 auto 30px;
}

.withnormalheader {
    min-height: 400px;
    padding-top: 140px;
}

.transheader .lead {
    color: #fff;
}

.normalhead h2,
.transheader h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: bold;
}

.customtitle h2 {
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2)
}

.customtitle .lead {}

.normalhead {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.normalhead h2 {
    padding: 0 0 5px;
    color: #232323;
    font-size: 44px;
}

.normalhead {
    padding: 54px;
}

.notfound .lead,
.normalhead .lead {
    font-weight: 600;
}

.section.ldp {
    border-top: 1px solid #eee;
    padding: 42px 0 !important;
}

.fs {
    padding: 100px 0;
}

.makepadtop {
    padding-bottom: 120px;
    padding-top: 220px;
}

.section.db {
    background-color: #000000;
}

.section.lb {
    background-color: #f1f6f7;
}

.cl {
    width: 650px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 306px;
    background: rgba(0, 0, 0, 0) url("images/sectionbg.png") no-repeat scroll right bottom;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 42px;
}

.section-title small {
    font-size: 18px;
    padding: 0 0 10px;
    margin: 0;
    display: block;
}

.section-title hr {
    width: 80px;
    margin-top: 23px;
    padding: 1px;
    border-style: dotted;
}

.section-title h3 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.section-title .lead {
    color: #767676;
    font-family: Trebuchet MS;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-button {
    margin-top: 42px;
    display: block;
    position: relative;
}

.section-button .lead {
    margin-bottom: 30px;
}

.light-color .lead {
    color: rgba(255, 255, 255, 0.8);
}

.light-color h3 {
    color: #ffffff;
}















/************************************
SERVICES & CASE
************************************/

.spotlight h2 {
    font-size: 34px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 20px;
}

.spotlight .btn {
    margin-top: 10px;
}

.spotlight.style1 {
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    position: relative;
    overflow-x: hidden;
    text-align: left;
}

.spotlight.style1 .content {
    padding: 10rem 3rem 10rem 3rem;
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 60%;
    max-width: 64rem;
    margin: 0 auto;
}

.spotlight.style1 .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 40%;
    min-width: 25rem;
    border-radius: 0;
}

.spotlight.style1 .image img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.home-service i {
    font-size: 160px;
    position: absolute;
    top: 100px;
    opacity: 0.03;
    color: #212121;
    left: 30px;
    transform: rotate(-20deg);
    z-index: 1;
}

.home-service {
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #f1f6f7;
    padding: 3em;
    border: 4px solid #f7fafb;
    border-top: 6px solid #f7fafb;
    cursor: pointer;
}

.home-service:hover i,
.home-service:hover p {
    color: #ffffff;
}

.home-service:hover i {
    opacity: 0.1;
}

.home-service p {
    font-size: 1.33333em;
    color: #212121;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.overfree {
    overflow: visible;
}

.icon-center {
    border: 6px solid #fff !important;
    border-radius: 500px;
    color: #fff;
    display: block;
    height: 95px;
    left: 0;
    line-height: 84px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    font-size: 34px;
    width: 95px;
}

.icon-wrapper h3 {
    font-size: 21px;
    margin: 0;
    padding: 0 0 15px;
}

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper p {
    margin-bottom: 0;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    border-radius: 500px;
    text-align: center;
    border: 1px solid #111;
    line-height: 75px;
    font-size: 28px;
    background-color: #ffffff;
    color: #232323;
    margin-top: 0;
}

.design-title small {
    font-size: 18px;
    padding: 0;
    display: block;
    margin: 30px 0 0;
}

.design-title h4 {
    font-weight: 600;
    padding: 10px 0 15px;
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 31px;
}

.design-title .btn {
    margin-top: 10px
}

.post-media {
    position: relative;
}

.post-media img {
    width: 100%;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.text-box p {
    margin: 0px 0 0;
    font-size: 21px;
    font-weight: 400;
    padding: 20px 0 10px;
    line-height: 1.5;
}

.text-box-2 h3 {
    font-size: 28px;
    padding: 0 0 20px;
    display: block;
}

.text-box-2 .contactform {
    margin-top: 18px;
}

.text-box img {
    max-width: 200px;
}

.feature-seo {
    padding: 30px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 5px 10px rgba(226, 228, 229, 1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    position: relative;
}

.feature-seo h4 {
    font-weight: 600;
    margin: 5px 0 15px;
    padding: 0;
}

.feature-seo i {
    font-size: 21px;
    display: inline-block;
    padding-right: 10px;
}

.feature-seo p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.info-box {
    max-width: 880px;
    margin: auto;
    display: block;
    position: relative;
    padding: 60px 0 40px;
}

.info-box h2 {
    font-weight: 300;
    font-size: 42px;
    padding: 0 0 20px;
    margin: 0;
}

.info-box .lead {
    color: #777;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.support-center {
    padding: 0 !important;
    border-left: 1px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
    border-top: 1px dotted #d5d5d5;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    box-shadow: 10px 10px 5px 0px rgba(226, 228, 229, 1);
    position: relative;
}

.support-center-left {
    background-image: url(upload/about.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 700px auto;
    overflow: hidden;
    width: 100%;
    min-height: 367px;
    height: 100%;
    position: relative;
}

.nopad {
    padding: 0;
}

.support-desc {
    z-index: 1;
    padding: 65px 65px 65px 65px;
    position: relative;
}

.support-desc a {
    position: relative;
    z-index: 3;
}

.support-desc h3 {
    z-index: 4;
    padding: 20px 0 20px;
    margin: 0;
    position: relative;
}

.support-desc::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 100%;
    right: -27%;
    position: absolute;
    top: 0;
    transform: rotate(80deg);
    width: 100%;
    z-index: 0;
}

.custom-features .col-md-4,
.service-list .col-md-4 {
    margin: 15px 0;
}

.service-wrapper-v2 span {
    color: #f0f1f2;
    display: block;
    font-size: 64px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px;
}

.service-wrapper-v2 p {
    margin-bottom: 10px;
}

.service-wrapper-v2 h4 {
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    padding: 10px 0px 15px;
}

.service-wrapper-v2 h4 a {
    color: #232323;
    font-weight: 600;
}

.service-wrapper {
    border-bottom: 1px dashed #d5d5d5;
    padding: 0;
}

.service-wrapper i {
    background: #fff;
    border-radius: 500px;
    color: #ffffff;
    border: 1px dashed #fff;
    display: block;
    font-size: 28px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
}

.service-details {
    padding: 20px;
}

.service-wrapper p {
    margin-bottom: 10px;
}

.service-wrapper h4 {
    font-weight: 600;
    font-size: 21px;
    padding: 10px 0 15px;
    color: #232323;
    margin: 0;
}

.service-wrapper h4 a {
    color: #232323;
    font-weight: 600;
}

.case-top {
    display: block;
    margin-bottom: 30px;
}

.case-top .dropdown {}

.case-top .btn-primary {
    border-radius: 2px !important;
}

.case-top p {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 6px;
}

.case-top .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 184px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 1000;
}

.pitem {
    padding: 15px !important;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.case-details h3 {
    font-weight: 600;
    padding: 25px 0 25px;
    margin: 0;
    line-height: 1;
    font-size: 28px;
}

.case-details .btn {
    padding: 10px 30px;
    margin-top: 10px;
}

.case-details small {
    padding-left: 10px;
    font-size: 15px;
}

.case-details i {
    padding-right: 10px;
}

.case-box {
    padding: 10px;
    overflow: hidden;
    position: relative;
    background-color: #151515;
}

.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent !important;
    border-radius: 500px;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    margin: 5px;
    padding: 0;
    width: 40px;
}

.item-carousel {
    padding: 10px;
}

.case-single .case-box {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.withhover .case-box {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.magnifier {
    position: absolute;
    bottom: 0;
    left: -500px;
    opacity: 0;
    right: 0;
    width: 100%;
    top: 0;
    background-color: #111;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.magnifier a {
    position: absolute;
    top: 50%;
    margin: -20px auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 100px;
}

.case-box:hover .magnifier {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    left: 0;
}

.case-box h4 {
    color: #ffffff;
    padding: 16px 0 0;
    margin: 0;
}

.case-link {
    width: 40px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 39px;
    margin: 17px 0 0;
    position: absolute;
    right: 5px;
}

.case-box:hover .case-link {
    border-color: #fff;
}

.case-box:hover .case-link a {
    color: #ffffff !important;
}

.case-box small {
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

.lightcasestudies .col-md-4 {
    margin: 15px 0;
}

.lightcasestudies .case-box {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ededed;
    position: relative;
}

.lightcasestudies .case-box h4 {
    color: #232323;
}

.lightcasestudies .case-box small {
    color: #787878;
}

.case-info {
    position: relative;
    padding: 0 10px;
}

.lightcasestudies .case-link {
    background-color: #fff;
    border-color: #eee;
}

.lightcasestudies .case-box:hover {
    border: 1px solid #ededed;
    background: #ffffff !important
}

.service-box {
    border: 1px dashed #d7d7d7;
    padding: 19px;
    margin-bottom: 30px;
}

.service-box.nmb {
    margin-bottom: 0px;
}

.service-box p {
    padding-bottom: 0;
    margin-bottom: 1px;
}

.service-box h4 {
    padding: 10px 0 12px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.service-box i {
    padding: 20px 0;
    display: block;
    font-size: 52px;
}

.calculateform {
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    margin: 50px auto 0;
    max-width: 725px;
    padding: 20px;
    position: relative;
    width: 100%;
}

.calculateform .form-inline .form-control {
    width: 550px;
    padding-left: 60px;
    box-shadow: none !important;
    height: 49px;
    border: 0 !important;
    margin-right: -10px;
    border-radius: 100px 0 0 100px;
}

.calculateform .fa {
    background: #ffffff !important;
    border-right: 1px solid #eee !important;
    padding: 10px;
    display: inline-block;
}

.calculateform .btn {
    margin-left: 0;
    border-radius: 0 !important;
}

.calculateform .fa {
    background-color: #000;
    color: #fff;
    left: 0;
    margin: 0;
    height: 49px;
    line-height: 49px;
    padding: 0;
    position: absolute;
    width: 49px;
}

.calculateform .input-group2 {
    position: relative;
}

.quoteform {
    border: 1px dashed #d7d7d7;
    padding: 20px;
}

.quoteform input.form-control {
    background-color: #f0f1f2;
    margin-bottom: 12px;
    height: 40px;
}

.quoteform.lightform {
    padding: 40px;
}

.quoteform.lightform .form-control {
    background-color: #ffffff;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 0;
}

.quoteform.lightform .btn {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.quoteform.lightform textarea {
    height: 140px !important;
}

.quoteform textarea {
    background-color: #f0f1f2;
    margin-bottom: 13px;
    height: 127px;
}

.feature-list ul {
    padding: 20px 0 15px;
    list-style: none;
}

.feature-list h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.feature-list hr {
    margin-left: 0;
    width: 60px;
    margin-bottom: 0;
    border-width: 3px;
}

.feature-list li {
    position: relative;
    padding: 15px 15px 10px 50px;
    font-size: 18px;
}

.feature-list li a {
    font-weight: 600;
    text-decoration: underline !important;
}

.feature-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    left: 10px;
}

.vector-wrapper {
    right: -10%;
    max-width: 850px;
    bottom: 11%;
    position: absolute;
}

.vector-wrapperv2 {
    left: -7%;
    max-width: 750px;
    bottom: 11%;
    position: absolute;
}























/************************************
MISC
************************************/

.btn-primary {
    padding: 10px 40px;
}

.btn-transparent {
    border: 2px solid #111;
    font-size: 16px;
    padding: 10px 40px;
}

.btn-light {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.section.db .btn-transparent:focus,
.section.db .btn-transparent:hover {
    color: #ffffff !important;
}

.btn-default {
    background: #000000;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 40px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: top;
    border-radius: 100px !important;
}

.btn i {
    padding-left: 10px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:focus,
.btn-default:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn {
    border-radius: 500px;
}

.form-control {
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.contactv2 {
    margin-bottom: 42px;
}

.small-box i {
    font-size: 54px;
    color: #232323;
    padding-bottom: 35px;
    display: block;
}

.small-box h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 22px;
    padding-bottom: 0;
    line-height: 1;
}

.small-box small {
    font-size: 18px;
    margin: 5px 0;
    display: block;
}

.small-box a {
    margin-top: 15px;
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.contactform .form-control {
    background-color: #f0f1f2;
    height: 45px;
}

.bootstrap-select.btn-group .dropdown-menu {
    border-color: #ededed;
    box-shadow: none;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > li a {
    padding: 7px 20px;
}

.bootstrap-select .dropdown-menu > li:hover > a {
    background-color: #f0f1f2;
}

.bootstrap-select .btn-default.active.focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default:active:hover,
.bootstrap-select .open > .dropdown-toggle.btn-default.focus,
.bootstrap-select .open > .dropdown-toggle.btn-default:focus,
.bootstrap-select .open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .btn {
    background-color: transparent !important;
    background: none !important;
    border-radius: 0 !important;
    color: #787878 !important;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none !important;
    opacity: 0.8;
    padding: 12px 14px;
    text-shadow: none;
}

.contactform textarea.form-control {
    height: 140px;
}

.contact-details li {
    position: relative;
    list-style: none;
    margin-bottom: 9px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 9px;
}

.contact-details li:last-child {
    border-bottom: 0;
}

.contact-details li i {
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.contact-details ul {
    padding: 0;
}

.contact-details h3 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.notfound h2 {
    font-weight: bold;
    font-size: 210px;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1;
}

.notfound .calculateform {
    background-color: #f0f1f2;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

















/************************************
COLORS
************************************/

.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
    color: #3ac5c8 !important;
    border-color: #3ac5c8 !important;
}

.owl-theme .owl-nav [class*="owl-"],
.navbar-right .yamm-content li:hover a,
.icon-wrapper i,
.center-pricing .nav-tabs > li.active > a,
.center-pricing .nav-tabs > li.active > a:focus,
.center-pricing .nav-tabs > li.active > a:hover,
.center-pricing .nav-tabs > li > a,
.service-wrapper i,
.about-widget i::before,
.service-wrapper:hover,
.lightcasestudies .case-box:hover .case-link,
.navbar-nav > li > .dropdown-menu,
.btn-transparent,
.quoteform:hover,
.service-box:hover,
.feature-list hr,
.navbar-default .navbar-nav > .active > a,
.form-control:focus {
    border-color: #3ac5c8;
}

.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction,
.owl-theme .owl-nav [class*="owl-"],
.icon-wrapper i,
.design-title small,
.section-title small,
.lightcasestudies .case-box:hover .case-link i,
.testimonial-wrapper small,
.book-details small,
a,
.notfound .lead,
.normalhead .lead,
.topbar a:hover,
.topbar i,
.yamm-content li:hover a,
.feature-list li:before,
.btn-transparent,
.btn-default:focus i,
.btn-default:hover i {
    color: #3ac5c8;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong,
.center-pricing .nav-tabs > li.active > a,
.center-pricing .nav-tabs > li.active > a:focus,
.center-pricing .nav-tabs > li.active > a:hover,
.center-pricing .nav-tabs > li > a,
.calculateform .fa,
.yamm .yamm-content ul li:focus a,
.yamm .yamm-content ul li:hover a {
    color: #3ac5c8 !important;
}

.center-pricing .nav-tabs > li:focus a,
.center-pricing .nav-tabs > li:hover a,
.circle-detail .progress-bar span,
.progress-bar-striped,
.progress-striped .progress-bar,
.topbar .dropdown-menu li:hover a,
.topbar .dropdown-menu li:focus a {
    background-color: #3ac5c8;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong,
.feature-seo i,
a:hover,
a:focus {
    color: #24afb2;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus,
.newsletter-widget .btn {
    background: #3ac5c8 !important
}







